home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / ucb_logo / logolib / foreach < prev    next >
Encoding:
Text File  |  1996-07-16  |  331 b   |  12 lines

  1. to foreach [:foreach.inputs] 2
  2. foreach1 bl :foreach.inputs last :foreach.inputs 1
  3. end
  4.  
  5. to foreach1 :template.lists :foreach.template :template.number
  6. if emptyp first :template.lists [stop]
  7. apply :foreach.template firsts :template.lists
  8. foreach1 bfs :template.lists :foreach.template :template.number+1
  9. end
  10.  
  11. bury [foreach foreach1]
  12.